ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Archive functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Determines whether an archive exists. An archive exists if it was opened by <zipArchive variable>.Open or if it was created by <zipArchive variable>.Create.
Example
Syntax
<Result> = <Archive>.Exist()
<Result>: Boolean
  • True if the archive exists,
  • False otherwise.
<Archive>: zipArchive variable
Name of a variable of type zipArchive corresponding to the archive to use.
Business / UI classification: Business Logic
Component: wd290zip.dll
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help